This folder contains the sources files for an Help compiler. It actually compiles a subset of Help in 68x00 (symbolic code). The file "LoadAll" loads all the three files. The function to compile a piece of code is called "cg" and takes one arg: the code to compile. It delivers symbolic code that can not be executed.
However, the folder "Foreign code" above contains an example of compiler generated code. The function fibonnacci has been compiled and then hand translated in MPW Assembly language. See this folder…